ColorManagement Xojo Plugin

ICCColorProfile.SystemColorProfile Method

Returns the system color profile used for the main display.

shared SystemColorProfile() as ICCColorProfile

Parameters

Returns

ICCColorProfile
The system color profile for the main display or nil if it could not obtain the profile.

Remarks

This function is only supported on macOS, Windows and iOS systems. Nil will be returned on Linux systems.

This function will always return sRGB profile on iOS.

See Also

ICCColorProfile Class